home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / paintnet / PaintDotNet_3_01_BetaNews.exe / PaintDotNetSetup.exe / PaintDotNet.msi / _4FA3B2B2FD182F4AE6FD2CC84DA8C336 < prev    next >
Encoding:
Text File  |  2007-01-11  |  6.8 KB  |  181 lines

  1. <html>
  2.  
  3. <!-- #BeginTemplate "pdn_help.dwt" -->
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <!-- #BeginEditable "title" -->
  8. <title>Paint.NET Help - Main Window</title>
  9. <!-- #EndEditable -->
  10. <link rel="stylesheet" type="text/css" href="../stylesheet.css">
  11. </head>
  12.  
  13. <body>
  14.  
  15. <div id="banner">
  16.     <a href="http://www.getpaint.net/">
  17.     <img border="0" src="../images/logo.png"></a><p>
  18.      </div>
  19. <div id="leftnav">
  20.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  21.         <li><a href="index.html">Overview</a><br>
  22.         </li>
  23.         <li><a href="Features.html">Features</a><br>
  24.         <a href="Tutorials.html">Tutorials</a><br>
  25.         <a href="WhatsNew.html">What's New?</a><br>
  26.         </li>
  27.     </ul>
  28.     <h3>Concepts</h3>
  29.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  30.         <li><a href="LayersAndBlendModes.html">Layers and Blend Modes</a></li>
  31.     </ul>
  32.     <h3>User Interface</h3>
  33.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  34.         <li><a href="KeyboardMouseCommands.html">Keyboard & Mouse Commands</a></li>
  35.         <li><a href="MainWindow.html">Main Window</a></li>
  36.         <li><a href="ImageList.html">Image List</a></li>
  37.         <li><a href="MenuBar.html">Menu Bar</a>
  38.         <ul class="toc">
  39.             <li><a href="FileMenu.html">File</a></li>
  40.             <li><a href="EditMenu.html">Edit</a></li>
  41.             <li><a href="ViewMenu.html">View</a></li>
  42.             <li><a href="ImageMenu.html">Image</a></li>
  43.             <li><a href="LayersMenu.html">Layers</a>
  44.             <ul class="toc">
  45.                 <li class="comment"><a href="RotateZoom.html">Rotate / Zoom</a></li>
  46.             </ul></li>
  47.             <li><a href="AdjustmentsMenu.html">Adjustments</a> 
  48.                 <ul class="toc">
  49.                     <li><a href="Curves.html">Curves</a></li>
  50.                     <li><a href="Levels.html">Levels</a></li>
  51.                 </ul></li>
  52.             <li><a href="EffectsMenu.html">Effects</a></li>
  53.             <li><a href="WindowMenu.html">Window</a></li>
  54.             <li><a href="HelpMenu.html">Help</a></li>
  55.         </ul>
  56.         </li>
  57.         <li><a href="Toolbar.html">Toolbar</a></li>
  58.         <li><a href="ToolsWindow.html">Tools Window</a><ul class="toc">
  59.             <li><a href="SelectionTools.html">Selection Tools</a></li>
  60.             <li><a href="MoveTools.html">Move Tools</a><br>
  61.             <a href="MagicWand.html">Magic Wand</a></li>
  62.             <li><a href="GradientTool.html">Gradient Tool</a><br>
  63.             <a href="Paintbrush.html">Paintbrush</a></li>
  64.             <li><a href="EraserTool.html">Eraser Tool</a></li>
  65.             <li><a href="PixelTools.html">Pixel Tools</a></li>
  66.             <li><a href="ShapeTools.html">Shape Tools</a></li>
  67.             <li><a href="LineCurve.html">Line / Curve Tool</a></li>
  68.             <li><a href="TextTool.html">Text Tool</a></li>
  69.             <li><a href="PaintBucket.html">Paint Bucket</a></li>
  70.             <li><a href="CloneStamp.html">Clone Stamp</a></li>
  71.             <li><a href="RecolorTool.html">Recolor Tool</a></li>
  72.         </ul>
  73.         </li>
  74.         <li><a href="HistoryWindow.html">History Window</a></li>
  75.         <li><a href="LayersWindow.html">Layers Window</a></li>
  76.         <li><a href="ColorsWindow.html">Colors Window</a></li>
  77.         <li><a href="StatusBar.html">Status Bar</a></li>
  78.     </ul>
  79.     </li>
  80.     <h3>Other</h3>
  81.     <ul class="toc" style="margin-left: 0; padding-left: 0;">
  82.         <li><a href="FAQ.html">FAQ (Frequently Asked Questions)</a></li>
  83.         <li><a href="UnattendedInstallation.html">Unattended Installation</a></li>
  84.         <li><a href="SystemRequirements.html">System Requirements</a></li>
  85.         <li><a href="WebLinks.html">Web Links</a></li>
  86.         <li><a href="License.html">License</a></li>
  87.     </ul>
  88. </div>
  89. <div id="content">
  90.     <!-- #BeginEditable "content" -->
  91.     <div id="content0">
  92.         <h2>Main Window</h2>
  93.         <p>The Paint.NET user interface is broken up in to 10 major areas:</p>
  94.         <p><img border="0" src="Images/MainWindow.jpg" width="700" height="655"></p>
  95.         <ol>
  96.             <li>
  97.             <h3><a name="TitleBar"></a>Title Bar </h3>
  98.             <p>This tells you the name of the image you are working with, as 
  99.             well as the current zoom level and the version of Paint.NET you are 
  100.             using.</p>
  101.             </li>
  102.             <li>
  103.             <h3><a name="MenuBar"></a><a href="MenuBar.html">Menu Bar</a> </h3>
  104.             <p>This is where you can access the various menu items. Quite often, 
  105.             commands accessible from this location will be referenced using <b>
  106.             Menu Γ寠Command</b> notation. For example, <b>File Γ寠Exit</b> means 
  107.             to click on the File menu, and then click on the Exit command.</p>
  108.             </li>
  109.             <li>
  110.             <h3><a name="Toolbar"></a><a href="Toolbar.html">Toolbar</a> </h3>
  111.             <p>Right below the menus is the toolbar which contains several 
  112.             buttons and controls for executing various commands and adjusting 
  113.             parameters for the active tool.</p>
  114.             </li>
  115.             <li>
  116.             <h3><a name="ImageList"></a><a href="ImageList.html">Image List</a> </h3>
  117.             <p>Each image that has been opened has a thumbnail displayed in the 
  118.             image list. This works much like a tabbed web browser: just click on 
  119.             an image to switch to it.</p>
  120.             </li>
  121.             <li>
  122.             <h3><a name="ImageCanvas"></a>Image canvas </h3>
  123.             <p>This is where the image is visible, and is the area where you may 
  124.             draw and perform other actions.</p>
  125.             </li>
  126.             <li>
  127.             <h3><a name="ToolsWindow"></a><a href="ToolsWindow.html">Tools 
  128.             Window</a> </h3>
  129.             <p>This where the active tool is highlighted, and where you may 
  130.             choose from other tools. It is also where the selected primary and 
  131.             secondary colors are displayed.</p>
  132.             </li>
  133.             <li>
  134.             <h3><a name="HistoryWindow"></a><a href="HistoryWindow.html">History 
  135.             Window</a> </h3>
  136.             <p>Everything you've done to an image since you opened it is listed 
  137.             in this window.</p>
  138.             </li>
  139.             <li>
  140.             <h3><a name="LayersWindow"></a><a href="LayersWindow.html">Layers 
  141.             Window</a> </h3>
  142.             <p>Every image contains at least one layer, and this window is your 
  143.             primary area for managing them.</p>
  144.             </li>
  145.             <li>
  146.             <h3><a name="ColorsWindow"></a><a href="ColorsWindow.html">Colors 
  147.             Window</a> </h3>
  148.             <p>This is the primary area for selecting colors to draw with. It 
  149.             consists of a color wheel and a brightness slider. If you have 
  150.             expanded the window with the "More" button then it will also contain 
  151.             several controls for fine tuning and exactly specifying color 
  152.             values.</p>
  153.             </li>
  154.             <li>
  155.             <h3><a name="Status Bar"></a><a href="StatusBar.html">Status Bar</a> </h3>
  156.             <p>This area is divided into several sections. The first, on the 
  157.             left, displays quick help and status information. The next sections 
  158.             display rendering progress (if pertinent), image size, and the 
  159.             cursor location within the image.</p>
  160.             </li>
  161.         </ol>
  162.     </div>
  163.     <!-- #EndEditable -->
  164.     <h4><br>
  165.     <br>
  166.     </h4>
  167.     <p align="center">
  168.     <font color="#808080" size="1">Copyright <font face="Times New Roman">┬⌐ 2007 </font>
  169.     Rick Brewster, Tom Jackson, and past contributors. Portions Copyright
  170.     <font face="Times New Roman">┬⌐ 2007 </font>Microsoft Corporation. All Rights 
  171.     Reserved.</font><font size="1"> <br>
  172.     </font>
  173. </div>
  174. </b>
  175.  
  176. </body>
  177.  
  178. <!-- #EndTemplate -->
  179.  
  180. </html>
  181.